HousehubApiApplicationTests

1

tests

0

failures

0

ignored

0.862s

duration

100%

successful

Tests

Test Duration Result
contextLoads() 0.862s passed

Standard output

14:02:57.699 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils -- Could not detect default configuration classes for test class [com.househub.househub_api.HousehubApiApplicationTests]: HousehubApiApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
14:02:57.951 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper -- Found @SpringBootConfiguration com.househub.househub_api.HousehubApiApplication for test class com.househub.househub_api.HousehubApiApplicationTests
  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v3.3.0)

2025-12-02T14:02:58.829-05:00  INFO 13304 --- [    Test worker] c.h.h.HousehubApiApplicationTests        : Starting HousehubApiApplicationTests using Java 21.0.7 with PID 13304 (started by brian in C:\cap 2 project\househub\househub-api\househub-api)
2025-12-02T14:02:58.833-05:00  INFO 13304 --- [    Test worker] c.h.h.HousehubApiApplicationTests        : No active profile set, falling back to 1 default profile: "default"
2025-12-02T14:03:00.476-05:00  INFO 13304 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2025-12-02T14:03:00.651-05:00  INFO 13304 --- [    Test worker] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 159 ms. Found 12 JPA repository interfaces.
2025-12-02T14:03:02.384-05:00  INFO 13304 --- [    Test worker] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2025-12-02T14:03:02.692-05:00  INFO 13304 --- [    Test worker] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.5.2.Final
2025-12-02T14:03:02.793-05:00  INFO 13304 --- [    Test worker] o.h.c.internal.RegionFactoryInitiator    : HHH000026: Second-level cache disabled
2025-12-02T14:03:03.635-05:00  INFO 13304 --- [    Test worker] o.s.o.j.p.SpringPersistenceUnitInfo      : No LoadTimeWeaver setup: ignoring JPA class transformer
2025-12-02T14:03:03.690-05:00  INFO 13304 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2025-12-02T14:03:04.158-05:00  INFO 13304 --- [    Test worker] com.zaxxer.hikari.pool.HikariPool        : HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@5891b7c5
2025-12-02T14:03:04.163-05:00  INFO 13304 --- [    Test worker] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2025-12-02T14:03:06.797-05:00  INFO 13304 --- [    Test worker] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000489: No JTA platform available (set 'hibernate.transaction.jta.platform' to enable JTA platform integration)
2025-12-02T14:03:07.188-05:00  INFO 13304 --- [    Test worker] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2025-12-02T14:03:08.814-05:00  INFO 13304 --- [    Test worker] o.s.d.j.r.query.QueryEnhancerFactory     : Hibernate is in classpath; If applicable, HQL parser will be used.
2025-12-02T14:03:10.387-05:00  WARN 13304 --- [    Test worker] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2025-12-02T14:03:10.514-05:00 DEBUG 13304 --- [    Test worker] swordEncoderAuthenticationManagerBuilder : No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2025-12-02T14:03:11.579-05:00  INFO 13304 --- [    Test worker] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@7545cb17, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@635b3ec7, org.springframework.security.web.context.SecurityContextHolderFilter@674f22ce, org.springframework.security.web.header.HeaderWriterFilter@6ac49084, org.springframework.web.filter.CorsFilter@1f9b86f5, org.springframework.security.web.authentication.logout.LogoutFilter@2a97b4b8, com.househub.househub_api.auth.config.JwtAuthFilter@67201eeb, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@53eb4dae, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@25c6a9de, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@15aa3084, org.springframework.security.web.session.SessionManagementFilter@7479b19a, org.springframework.security.web.access.ExceptionTranslationFilter@7bd0e2e9, org.springframework.security.web.access.intercept.AuthorizationFilter@37d43b9b]
2025-12-02T14:03:12.323-05:00  INFO 13304 --- [    Test worker] o.s.m.s.b.SimpleBrokerMessageHandler     : Starting...
2025-12-02T14:03:12.324-05:00  INFO 13304 --- [    Test worker] o.s.m.s.b.SimpleBrokerMessageHandler     : BrokerAvailabilityEvent[available=true, SimpleBrokerMessageHandler [org.springframework.messaging.simp.broker.DefaultSubscriptionRegistry@3f07eede]]
2025-12-02T14:03:12.328-05:00  INFO 13304 --- [    Test worker] o.s.m.s.b.SimpleBrokerMessageHandler     : Started.
2025-12-02T14:03:12.343-05:00  INFO 13304 --- [    Test worker] c.h.h.HousehubApiApplicationTests        : Started HousehubApiApplicationTests in 14.075 seconds (process running for 16.622)

Standard error

WARNING: A Java agent has been loaded dynamically (C:\Users\brian\.gradle\caches\modules-2\files-2.1\net.bytebuddy\byte-buddy-agent\1.14.16\4a451ee6484abac3a498df0f3b33ed00a6fced4d\byte-buddy-agent-1.14.16.jar)
WARNING: If a serviceability tool is in use, please run with -XX:+EnableDynamicAgentLoading to hide this warning
WARNING: If a serviceability tool is not in use, please run with -Djdk.instrument.traceUsage for more information
WARNING: Dynamic loading of agents will be disallowed by default in a future release